home *** CD-ROM | disk | FTP | other *** search
/ CD-ROM Data 2001 March / CD Rom Data Mart 2001.iso / Internet / Beuverie.exe / scripts / DefineSprite_131 / frame_114 / DoAction.as
Encoding:
Text File  |  2001-01-25  |  105 b   |  10 lines

  1. tellTarget("../BG")
  2. {
  3.    gotoAndStop(1);
  4. }
  5. tellTarget("../last")
  6. {
  7.    gotoAndPlay(2);
  8. }
  9. stop();
  10.